home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 18 / AMIGAplus Sonderheft 18 (1999)(ICP)(DE)[!].iso / PD / Spiele / InvasionForce / Source / Includes / map_editor2_protos.h < prev    next >
C/C++ Source or Header  |  1999-01-08  |  183b  |  13 lines

  1. /* Prototypes for functions defined in
  2. map_editor2.c
  3.  */
  4.  
  5. extern int myctr[16];
  6.  
  7. void do_stats_window(void);
  8.  
  9. void do_connect(void);
  10.  
  11. void Calc_Path(short , short , short , short );
  12.  
  13.